﻿.SlideControl {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
}

    .SlideControl .MenuBar {
        background: #3078d8;
        color: #fff;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
    }

        .SlideControl .MenuBar .Back {
            border: solid #fff;
            border-width: 0 0 2px 2px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 15px;
            height: 15px;
            position: absolute;
            top: 16px;
            left: 15px;
        }

        .SlideControl .MenuBar .Confirm {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 12px;
            height: 20px;
            position: absolute;
            top: 12px;
            right: 15px;
        }

    .SlideControl .ChooseInfo {
        color: #656565;
        line-height: 36px;
        font-size: 14px;
        padding: 0 10px;
        background: #fafafa;
    }

        .SlideControl .ChooseInfo span {
            color: #ff9900;
            margin: 0 10px;
        }

        .SlideControl .ChooseInfo a {
            color: #3078d8;
            text-decoration: none;
            cursor: pointer;
        }

    .SlideControl .ChooseResult {
        padding: 0 10px;
        max-height: 72px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fafafa;
    }

        .SlideControl .ChooseResult .Item {
            float: left;
            font-size: 12px;
            color: #999;
            border: 1px solid #ccc;
            margin: 0 8px 8px 0;
            height: 26px;
            line-height: 26px;
            padding: 0 22px 0 10px;
            position: relative;
            background: #fff;
        }

            .SlideControl .ChooseResult .Item:after {
                font-style: normal;
                position: absolute;
                color: #ccc;
                right: 5px;
                top: 0;
                content: "+";
                font-size: 20px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .SlideControl .Location {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        color: #656565;
        font-size: 14px;
        background: #fafafa;
        position: relative;
    }

        .SlideControl .Location span {
            color: #ff9900;
        }

        .SlideControl .Location .ReLocate {
            position: absolute;
            right: 10px;
            top: 0;
            color: #3078d8;
            font-size: 14px;
        }

    .SlideControl .ChooseContent {
        position: absolute;
        top: 197px;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

        .SlideControl .ChooseContent .Level1 {
            position: absolute;
            left: 0;
            top: 0;
            width: 180px;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            background: #e6e7e9;
        }

        .Single .ChooseContent .Level1 {
            width: 100%;
        }

            .SlideControl .ChooseContent .Level1 .Item {
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                color: #666;
                text-indent: 15px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                position: relative;
                padding: 0 10px;
                font-size: 13px
            }

            .Single .ChooseContent .Level1 .Item {
                text-align: center;
            }

                .SlideControl .ChooseContent .Level1 .Item span {
                    position: absolute;
                    left: 10px;
                    top: 0;
                    text-indent: 2px;
                    font-size: 14px;
                    color: #999;
                }

                .SlideControl .ChooseContent .Level1 .Item.Selected {
                    background: #f5f5f5;
                }

                .SlideControl .ChooseContent .Level1 .Item.NearSearch {
                    color: #3078d8;
                }

                .SlideControl .ChooseContent .Level1 .Item.Hot {
                    color: #fc2929;
                }

        .SlideControl .ChooseContent .Level2 {
            position: absolute;
            left: 180px;
            top: 0;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            display: none;
            background: #f5f5f5;
        }

            .SlideControl .ChooseContent .Level2 .Item {
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                color: #666;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                position: relative;
                padding: 0 10px;
                font-size: 13px
            }

                .SlideControl .ChooseContent .Level2 .Item.Selected {
                    background: #fff;
                }

        .SlideControl .ChooseContent .Level3 {
            position: absolute;
            left: 230px;
            top: 0;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            background: #fff;
            display: none;
        }

            .SlideControl .ChooseContent .Level3 .Item {
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                color: #666;
                text-indent: 10px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                position: relative;
                padding: 0 10px;
                font-size: 13px
            }

                .SlideControl .ChooseContent .Level3 .Item.Selected {
                    background: none;
                }

        .SlideControl .ChooseContent .Item.Active {
            color: #ff9900;
        }

        .SlideControl .ChooseContent .Level2 .Item.Active:after, .SlideControl .ChooseContent .Level3 .Item.Active:after {
            border: solid #ff9900;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 7px;
            height: 13px;
            position: absolute;
            top: 11px;
            right: 10px;
            content: '';
        }
